@font-face {
    font-family: Montserrat;
    src: url(/fonts/montserrat/montserrat-bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Montserrat;
    src: url(/fonts/montserrat/montserrat-regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Montserrat;
    src: url(/fonts/montserrat/montserrat-medium.ttf);
    font-weight: 500;
}
a {
    color: #03A0E3;
    text-decoration: underline;
}
a:hover {
    color: #0377E3;
}
body{
    position: relative;
}

.openedPopup{
    overflow: hidden;
    margin-right: 17px;
}

body *{
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.02em;
}
main{
    min-height: 1800px;
    background: #F8F8F9;
}
header{
    padding: 48px 0 27px 0;
    background: #F8F8F9;
}
h1{
    font-family: Montserrat;
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #0B1F35;
    margin: 0 0 24px 0;
}
h2{
    font-weight: 700;
    font-size: 38px;
    line-height: 140%;
    color: #0B1F35;
    margin: 0 0 24px 0;
}
.section{
    position: relative;
}
.section p{
    font-size: 18px;
    line-height: 140%;
    color: #0B1F35;
    margin: 0 0 48px 0;
}
.container-wrapper{
    position: relative;
}
.franchise-header-container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.header-logo{
    margin-right: auto;
}
.header-logo > a{
    width: 249px;
    height: 120px;
    display: block;
    position: relative;
    overflow: hidden;
}
.header-logo img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.header-logo p{
    font-size: 24px;
    line-height: 120%;
    color: #E50077;
    margin: 18px 0 0 0;
}
.align-middle-cell{
    text-align: right;
    display: flex;
    flex-direction: column;
}
.align-middle-cell .number{
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    color: #0B1F35;
    position: relative;
    margin-bottom: 8px;
    display: inline-block;
}
.align-middle-cell > a{
    text-decoration: none;
}
.align-middle-cell a:first-child .number:before{
    content: '';
    position: absolute;
    left: -8px;
    transform: translate(-100%, -50%);
    top: 50%;
    width: 27px;
    height: 33px;
    background: url('/img/franchise/caller.svg');
    background-size: cover;
}
.align-middle-cell .time{
    font-size: 18px;
    line-height: 150%;
    color: #6D7986;
    margin-bottom: 4px;
}
.header-phone{
    margin-bottom: 16px;
}
.button-request{
    padding: 16px 48px;
    background: #F50882;
    border-radius: 10px;
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    box-shadow: none;
    border: none;
}
.button-request:hover{
    background: #FF2796;
}
.section-homescreen{
    background: linear-gradient(265.43deg, #79FBF5 0%, #59B1F9 101.47%);
    min-height: 630px;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.homescreen-text{
    max-width: 655px;
}
.section-homescreen:after{
    content: '';
    position: absolute;
    left: calc(50% + 70px);
    bottom: 0;
    width: 641px;
    height: 436px;
    background-image: url('/img/franchise/homescreen-image.png');
    background-size: cover;
}
.section-advantages .advantages{
    position: absolute;
    bottom: -128px;
    transform: translate(-50%, 0);
    left: 50%;
    z-index: 10;
}
.section-advantages .advantages-wrapper{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.section-advantages .advantages-item{
    width: 267px;
    height: 194px;
    background: white;
    border: 1px solid rgba(210, 210, 210, 0.4);
    box-shadow: 0 10px 25px rgba(104, 104, 104, 0.1);
    border-radius: 20px;
    padding: 36px 24px;
}
.section-advantages .advantages-item h4{
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #0B1F35;
    margin: 16px 0;
}
.section-whatis-amakids{
    padding: 308px 0 90px 0;
}
.section-whatis-amakids .container-wrapper{
    display: flex;
}
.whatis-text{
    width: 582px;
}
.whatis-text p{
    color: #6D7986;
}
.whatis-text img{
    filter: drop-shadow(0px 10px 25px rgba(104, 104, 104, 0.1));
    margin-bottom: 48px;
    max-width: 100%;
}
.whatis-info {
    margin-left: 195px;
}
.whatis-info .counter{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 48px;
}
.whatis-info .counter span:first-child{
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    color: #0B1F35;
    margin-bottom: 6px;
}
.whatis-info .counter span:nth-child(2){
    font-size: 18px;
    line-height: 120%;
    color: #0B1F35;
}
.section-benefits{
    padding: 90px 0 180px 0;
}
.section-benefits h2{
    margin-bottom: 48px;
}
.section-benefits .container-wrapper{
    text-align: center;
}
.benefits{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 48px;
}
.benefit-item{
    width: 364px;
    height: 710px;
    background: white;
    border: 1px solid rgba(209, 209, 209, 0.3);
    box-shadow: 0px 10px 25px rgba(104, 104, 104, 0.1);
    border-radius: 20px;
}
.benefit-inside{
    padding: 64px 24px 24px 24px;
}
.benefit-item img{
    width: 100%;
}
.benefit-item h3{
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #0B1F35;
    margin-bottom: 32px;
}
.benefit-item ul{
    margin: 0;
    list-style: none;
    padding: 0 0 0 12px;
}
.benefit-item ul li{
    position: relative;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    color: #0B1F35;
    margin-bottom: 24px;
}
.benefit-item ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: -12px;
    top: 8px;
    border-radius: 50%;
    background: #2899F9;
}
.section-for-partner{
    background: linear-gradient(281.42deg, #58B0F8 23.72%, #79DBFB 46.7%);
    padding: 80px 0;
    overflow: hidden;
}
.section-for-partner ul{
    margin: 48px 0;
    list-style: none;
    padding: 0 0 0 43px;
    max-width: 655px;
}
.section-for-partner ul li{
    position: relative;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #0B1F35;
}
.section-for-partner ul li:before{
    content: '';
    width: 17px;
    height: 13px;
    position: absolute;
    left: -36px;
    top: 4px;
    background-image: url('/img/franchise/daw.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.section-for-partner .container-wrapper *{
    z-index: 10;
}
.section-for-partner .container-wrapper:after{
    content: '';
    width: 533px;
    height: 688px;
    position: absolute;
    right: -75px;
    bottom: -80px;
    background-image: url('/img/franchise/partners-image.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.section-products{
    background: linear-gradient(102.89deg, #FFC0D3 1.4%, #FFD391 88.41%);
    padding: 80px 0;
    min-height: 1000px;
}
.section-products h2{
    margin: 0 0 48px 0;
}
.section-products h3{
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 32px 0;
    color: #0B1F35;

}
.courses-list{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 72px 0;
}
.courses-list.last{
    margin: 0 0 48px 0;
}
.course-item{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: white;
    border: 1px solid #FFE0E9;
    box-shadow: 2px 2px 15px rgba(106, 14, 38, 0.1);
    border-radius: 20px;
    margin: 0 0 24px 0;
    height: 208px;
    padding: 24px 0 24px 24px;
    overflow: hidden;
    cursor: pointer;
}
.course-item:hover{
    box-shadow: 2px 20px 15px rgba(106, 14, 38, 0.25);
}
.course-item:last-child{
    margin-bottom: 0;
}
.course-item .course-text{
    width: 720px;
}
.course-item .course-image{
    width: 208px;
    height: 208px;
    position: relative;
    bottom: 24px;
}
.course-item .course-image img{
    width: 100%;
}
.course-item h4{
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #0B1F35;
    margin: 0 0 24px 0;
}
.course-item h4 span{
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #0B1F35;
}
.course-item p{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #6D7986;
}
.section-for-who{
    padding: 180px 0;
}
.for-who-list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 140px 0 0 0;
}
.for-who-item{
    width: 364px;
    height: 718px;
    background: #FFFFFF;
    border: 1px solid rgba(209, 209, 209, 0.6);
    box-shadow: 0 10px 25px rgba(104, 104, 104, 0.1);
    border-radius: 20px;
}
.for-who-item:hover{
    box-shadow: 10px 25px 26px rgba(104, 104, 104, 0.2);
}
.for-who-image{
    width: 100%;
    background: #009EE3;
    height: 160px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: inset 0 -6px 20px #10DFFE;
    position: relative;
}
.for-who-image img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
.for-who-body{
    padding: 36px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.for-who-body h3{
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    color: #0B1F35;
    margin: 0 0 24px 0;
}
.for-who-body p{
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    margin: 0 0 24px 0;
}

.for-who-item ul{
    list-style: none;
    padding: 0 0 0 12px;
    margin: 0;
}
.for-who-item ul li{
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #6D7986;
    margin-bottom: 16px;
}
.for-who-item ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: -12px;
    top: 8px;
    border-radius: 50%;
    background: #2899F9;
}
.for-who-body button{
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #F50882;
    background: transparent;
    box-shadow: none;
    border: none;
    margin-top: 36px;
}
.for-who-body button:hover{
    color: #FF2796;
}
.section-how-to{
    padding: 80px 0;
    background: linear-gradient(281.42deg, #DDF0FF 23.72%, #E6F9FF 46.7%);
}
.section-how-to ol {
    counter-reset: howto-item;
    list-style: none;
    margin: 105px 0 85px 0;
    padding-left: 92px;
}
.section-how-to ol li {
    position: relative;
    margin-bottom: 80px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #0B1F35;
}
.section-how-to ol li:before {
    position: absolute;
    transform: translate(-100%, -50%);
    left: -20px;
    top: 50%;
    content: counter(howto-item);
    counter-increment: howto-item;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
    height: 73px;
    background: white;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    color: rgba(109, 121, 134, 0.8);
}
.section-how-to ol li:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 28px;
    left: -57px;
    bottom: -54px;
    background: #E8E8E8;
}
.section-how-to ol li:last-child:after{
    display: none;
}
.section-how-to .container-wrapper:after{
    content: '';
    width: 654px;
    height: 560px;
    position: absolute;
    right: 0;
    top: 130px;
    background: url("/img/franchise/how-to-image.png");
}
.section-slider-interior{
    padding: 180px 0 90px 0;
    overflow: hidden;
}
.section-slider-interior h2{
    margin-bottom: 60px;
}

.interior-slider-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 570px;
}
.interior-slider-wrapper a{
    width: calc(50% - 24px);
    box-shadow: 1px 0 4px rgba(61, 61, 61, 0.25), 2px 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin: 12px;
    overflow: hidden;
}
.interior-slider-wrapper a:nth-child(3){
    width: calc(100% - 24px);
}
.interior-slider-wrapper.reverse a:nth-child(1){
    width: calc(100% - 24px);
}
.interior-slider-wrapper.reverse a:nth-child(3){
    width: calc(50% - 24px);
}
.interior-slider-wrapper a img{
    width: 100%;
}
.slider-interior-wrapper{
    position: relative;
}
.slick-arrow{
    cursor: pointer;
    position: absolute;
}
.slick-arrow.slick-disabled{
    display: none !important;
}
.prev-slide{
    left: -32px;
    top:50%;
    transform: translate(-100%, -50%);
}
.next-slide{
    right: -32px;
    top:50%;
    transform: translate(100%, -50%);
}
body .fancybox-is-open .fancybox-bg{
    opacity: .95;
}
.section-invest{
    padding: 90px 0;
}
.section-invest .container-wrapper{
    text-align: center;
}
.invest-list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 64px 0;
}
.invest-item{
    background: linear-gradient(180deg, #FFFFFF 0%, #F7FEFF 100%);
    border: 1px solid rgba(209, 209, 209, 0.4);
    box-shadow: 0 10px 25px rgba(104, 104, 104, 0.1);
    border-radius: 20px;
    padding: 48px 24px;
    width: 364px;
    text-align: center;
}

.invest-item h4{
    font-weight: 500;
    font-size: 26px;
    line-height: 150%;
    color: #0B1F35;
    margin: 0 0 36px 0;
}
.invest-item h4 b{
    font-weight: 700;
}
.invest-item > strong{
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
    color: #03A0E3;
}
.invest-item > p{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #6D7986;
    margin: 42px 0 20px 0;
}
.invest-item > p span{
    font-weight: 500;
    color: #0B1F35;
}
.invest-image img{
    width: 100%;
}

.section-packages{
    padding: 90px 0;
}
.section-packages .subheader{
    margin-bottom: 64px;
}

.list-packages{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 64px;
}
.package-item{
    width: 271px;
    height: auto;
    background: linear-gradient(180deg, #FFFFFF 0%, #F7FEFF 100%);
    border: 1px solid rgba(209, 209, 209, 0.4);
    box-shadow: 0 10px 25px rgba(104, 104, 104, 0.1);
    border-radius: 20px;
    padding: 32px 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.package-item:hover{
    box-shadow: 10px 25px 26px rgba(104, 104, 104, 0.2);
}
.package-item h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #0B1F35;
    margin: 0 0 36px 0;
}
.package-item .lump{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #6D7986;
    margin: 0 0 8px 0;
}
.package-item .info-cost{
    font-weight: 700;
    font-size: 27px;
    line-height: 150%;
    color: #03A0E3;
    margin: 0;
}
.package-item  .royalty{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #0B1F35;
    margin: 16px 0 0 0;
}
.package-item hr{
    background: #7A7A7A;
    margin: 36px 0;
    width: 100%;
}
.package-item .info-custom{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0B1F35;

}
.package-item .services{
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #0B1F35;
    margin: 0;
}
.custom-package-image{
    margin-bottom: 24px;
}
.package-item ul{
    margin: 16px 0;
    padding: 0 0 0 24px;
}
.package-item ul li{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #0B1F35;
}
.package-item .choose-package{
    width: 100%;
    max-width: 225px;
    padding: 12px 0;
    display: block;
    text-align: center;
    background: #F50882;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: auto;
    text-decoration: none;
}
.package-item .choose-package:hover{
    text-decoration: none;
    background: #FF2796;
}
.section-partners, .section-reviews{
    padding: 90px 0;
}
.list-partners{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
}
.list-partners img{
    width: 170px;
    margin-bottom: 24px;
    background: #FFFFFF;
    box-shadow: 0 10px 25px rgba(104, 104, 104, 0.1);
    border-radius: 10px;
}
.slider-reviews-wrapper{
    width: 1066px;
    margin: 0 auto;
}
.reviews-slider-item{
    padding: 40px 40px;
}
.reviews-slider-item-wrapper{
    width: 946px;
    min-height: 692px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    background: #FCFDFF;
    border: 1px solid rgba(209, 209, 209, 0.4);
    box-shadow: 0 10px 25px rgba(104, 104, 104, 0.1);
    border-radius: 20px;
    padding: 64px 148px;
    overflow: hidden;
}
.reviews-slider-item-wrapper h3{
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    color: #0B1F35;
    margin: 0 0 6px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.reviews-slider-item-wrapper .review-body .review-desc{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #6D7986;
    margin: 0;
}
.reviews-slider-item-wrapper .review-image{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.reviews-slider-item-wrapper .review-body{
    width: 100%;
    margin: 48px 0 0 0;
}
.reviews-slider-item-wrapper .review-image img{
    width: 128px;
    border-radius: 10px;
    margin-right: 22px;
}
.reviews-slider-item-wrapper .review-image h3 > span{
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #6D7986;
    margin: 6px 0 24px 0;
}
.slider-reviews-wrapper .prev-slide{
    left: 30px;
}
.slider-reviews-wrapper .next-slide{
    right: 30px;
}
.slider-reviews-wrapper .prev-slide, .slider-reviews-wrapper .next-slide  {
    top: calc(50% + 60px);
}
.section-feedback{
    padding: 80px 0;
    background: linear-gradient(102.89deg, #FFC0D3 1.4%, #FFD391 88.41%);
}
.section-feedback .button-request{
    min-width: 343px;
}
.feedback-items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 558px;
    margin: 80px 0 12px 0;
}
.feedback-items p{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 36px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #0B1F35;
}
.feedback-items p > img{
    max-width: 50px;
    max-height: 50px;
    margin-right: 25px;
}
.section-feedback:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    background-image: url("/img/franchise/feedback-image.png");
    width: 558px;
    height: 419px;
}
.section-faq{
    padding: 180px 0;
}

.faq-list{
    background: #FFFFFF;
    border: 1px solid rgba(57, 70, 82, 0.2);
    box-sizing: border-box;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 50px rgba(39, 87, 128, 0.15));
    margin-top: 64px;
}
.faq-list-item{
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #000000;
    border-bottom: 1px solid rgba(57, 70, 82, 0.2);
    box-sizing: border-box;
    padding: 20px 12px 20px 24px;
}
.faq-list-item:last-child{
    border: none;
}
.faq-list-item-question-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-list-item-question{
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
}
.faq-list-item-question-wrapper > .arrow{
    width: 40px;
    height: 40px;
}
.faq-list-item-answer{
    font-size: 16px;
    line-height: 170%;
    color: #474749;
    margin-top: 29px;
    display: none;
    font-weight: 400;
}
.faq-list-item.opened .faq-list-item-answer{
    display: flex;
}
.faq-list-item.opened .faq-list-item-question-wrapper > .arrow{
    transform: rotate(90deg);
}

footer{
    padding: 80px 0;
    background: #03A0E3;
}
.logo-footer{
    width: 297px;
}
.logo-footer img{
    width: 100%;
}
.footer-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.under-footer{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 48px;
    width: 100%;
}
.under-footer p{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 36px;
}
.under-footer p.requisites{
    max-width: 480px;
}
.under-footer p.no-margin{
    margin-bottom: 16px;
}
.under-footer a{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #FFFFFF;
    margin-bottom: 16px;
    display: inline-block;
}
.under-footer a.subhead{
    text-decoration-line: none;
}
.under-footer .subhead{
    font-size: 20px;
}

.footer-column .socials{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer-column .socials a{
    margin-right: 12px;
}
.footer-column .socials a:last-child{
    margin-right: 0;
}
.footer-column:nth-child(2){
    margin-left: 120px;
}
.footer-column:last-child{
    margin-left: auto;
}
.gamburger, .section-advantages .button-request, .whatis-info .button-request, .button-detail-subject{
    display: none;
}
.header-gamburger-menu{
    display: none;
}
.inactive{
    filter: grayscale(1);
    opacity: .4;
}